home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / gopher / incoming / gopher.doc < prev    next >
Encoding:
Text File  |  1993-05-13  |  8.2 KB  |  179 lines

  1.      Client Documentation for PC w/Lan Workplace for DOS
  2.                   version 1.13
  3.  /*
  4.  ****************************************************************************
  5.  *Copyright 1992 Regents of The University of Michigan - All Rights Reserved*
  6.  *                                                                          *
  7.  * Permission to use, copy, modify, and distribute this software and its    *
  8.  * documentation for any purpose and without fee is hereby granted,         *
  9.  * provided that the above copyright notice appears in all copies and that  *
  10.  * both that copyright notice and this permission notice appear in          *
  11.  * supporting documentation, and that the name of The University of Michigan*
  12.  * not be used in advertising or publicity pertaining to distribution of    *
  13.  * the software without specific, written prior permission. This software   *
  14.  * is supplied as is without expressed or implied warranties of any kind.   *
  15.  *                                                                          *
  16.  *               Information Technology and Networking                      *
  17.  *                     The University of Michigan                           *
  18.  *                    1414 Catherine St. ,B1911 CFOB                        *
  19.  *                     Ann Arbor, Michigan 48109-0704                       *
  20.  *                         +1 313-747-2778                                  *
  21.  *                       FAX: +1 313-763-5144                               *
  22.  *                        help@med.umich.edu                                *
  23.  *                                                                          *
  24.  ****************************************************************************
  25.  */
  26.  
  27. I. Overview of the Internet Gopher LWP Client.
  28.  
  29. The Internet Gopher is a distributed document delivery service. The LWP client
  30. is designed to run on a PC with Lan Workplace for DOS, a NOVELL product.
  31. It allows a user to access various types of data residing on multiple
  32. hosts in a seamless fashion.  This is accomplished by presenting the
  33. user a hierarchical arrangement of documents and by using a client-server
  34. communications model.  The LWP Gopher Client allows a user on a
  35. PC to access the vast array of information available on various gopher
  36. servers.
  37.  
  38.  
  39. II. Using Gopher
  40.  
  41. To use the gopher just type "gopher".  You will be connected up to the
  42. U of M gopher server.  You can aim the Gopher client at an alternative
  43. server if you wish.  Just give the parameters on the command line like
  44. this:    gopher <host> <port>
  45.  
  46. example:   gopher gopher.micro.umn.edu 70
  47.  
  48. Note: The defaults are host:gopher.med.umich.edu
  49.                    and port:70
  50.  
  51. Note: You can also set an environment variable to use as defaults.
  52.   Use :   SET HOST=lobster.mis.udel.edu
  53.   and/or  SET PORT=70
  54.  
  55.   If you run out of environment space for this, check your DOS manual to
  56. see how to increase the size.
  57.  
  58. Note: You can also turn off the opening credit page and the closing
  59.   page by setting the environment variable 'INFO' to anything.
  60.   exp:    SET INFO=OFF
  61.  
  62.  
  63. The following commands are available in the browsing mode.
  64.  
  65. <Return>,L,<Right>  View current item.
  66. S,<Alt-F2>        Save the current item to a file
  67. P            Print the current text item to a printer ( not working )
  68. U,K,<Up>            Move pointer up.
  69. D,J,<Down>          Move pointer down.
  70. <Page Up>           Move pointer up one page ( 20 items )
  71. <Page Down>         Move pointer down one page ( 20 items )
  72. <Home>              Move pointer to first item
  73. <End>               Move pointer to last item
  74. G,<Tab>            Move pointer to a specific item number
  75. B,H,<Left>        Go back up a level.
  76. T            Go to the top level.
  77. Q,<Esc>,<Alt-F4>    Exit Internet Gopher.
  78. =            Find out where the item is located. ( Host, port, etc. )
  79. !,-            Find out where the screen you see came from.
  80. E            Change your environment variables from the program
  81.                                                   ( not working yet! )
  82. ?                   Displays a quick help screen
  83.  
  84. To use <TAB>, press tab once then you have two options:
  85.   a) Enter a number to move ( go ) to   NOTE: This doesn't select the item!
  86.   b) Enter a character.  This will move you to the first item after the one
  87.      you're on starting with the character you press.  To move back, it's
  88.      easier to just press <page up>.
  89.  
  90. Each object can be identified by what is before the item name:
  91.  
  92. >           Item is a directory.
  93. <blank>     Item is a text file.
  94. .           Item is a search index.
  95. ~        Item is a telnet session or TN3270 session.
  96. ?           Item is a CSO query
  97. #        Item is a GIF or IMAGE
  98. @        Item is a sound
  99. *        Item is a binary file to retrieve
  100. x           Item is not currently supported
  101.  
  102. While in the text viewing mode:
  103.  
  104. Q,<Esc>,<Alt-F4>     Exits view mode
  105. <Page Up>,<Up>         Move up in file about 20 lines ( kind of flakey )
  106. <Page Down>,<Space>  Move down in file about 20 lines
  107. <Home>               Go back to top of file
  108. <End>,C              Go to the end of the file ( Continuous Scroll )
  109. <Enter>,<Down>       Move down one line at a time
  110. /                    Enter text to search for
  111. n                    Search for next occurance of text
  112. p                    Search for prior occurance of text
  113.  
  114.  
  115. III. Bugs, notes and things to be implimented.
  116.  
  117. . You can not save the file from the view mode.    Exit it and press 'S'
  118.   on the files menu item.  ( Or Alt-F2 will also select the save function )
  119.  
  120. . In order to view GIFs or Images, you must set the environment variable
  121.   'VIEWER' as follows: SET VIEWER=C:\GIFDIR\GIFDESK
  122.   changing the directory pointed to and the name of the file according to
  123.   the GIF viewer you like to use...
  124.  
  125. . In order to play sounds on your PC, you must set the environment
  126.   variable 'PLAYER' to whatever sound program you like to use.    If you
  127.   have a sound card, specify the appropriate driver...
  128.   The following is an example of this:    SET PLAYER=C:\SOUND\PLAY -k09 -s
  129.   changing the directory pointed to and the name of the file according to
  130.   the sound program you like to use...
  131.  
  132. . When you enter a telnet session and don't get the information you type
  133.   displayed back to you, press <Alt-T> and change to character local echo
  134.   mode.  This change will stay even after leaving gopher so you should only
  135.   have to do it once.  Typeing 'resume' will get you back to the telnet
  136.   session.  Press '?' to see the list of options available to figure out
  137.   how to switch to local echo.
  138.  
  139. . If you get lost in a telnet session, press <Alt-T>, type 'close', then
  140.   type 'quit'.
  141.  
  142. . Running under Windows may improve the performance of the program
  143.   when you have a large amount of virtual memory in use.  It runs a lot
  144.   smoother and for a longer period of time. (This is for full screen
  145.   only, it doesn't work in a DOS Window)
  146.  
  147. . Updates are not announced, download the files again and check the
  148.   version number on the opening screen to see if it's a new version
  149.   than what you have
  150.  
  151. . The client is not gopher+ capable.  It will connect to gopher+ servers,
  152.   but won't allow the extra options...
  153.  
  154. . The client doesn't work in a DOS Window in Windows, so an actual Windows
  155.   client is being developed.  You can however run it in full screen
  156.   mode in Windows very efficiently.
  157.  
  158. . If you are using LWP v4.1, you will have to set an environment variable
  159.   for gopher to run properly.  If you loaded LWP into c:\net for example
  160.   add  SET EXCELAN=C:\NET  to your autoexec.bat file.
  161.  
  162. . If you get the error can't find file 'resolv.cfg' then set the environment
  163.   variable as follows: SET EXCELAN=C:\XLN or where ever you have your network
  164.   software installed.  This usually results when you are still running LWP4.0
  165.   or LWP4.01 software.
  166.  
  167. . Any bugs, suggestions, or comments can be sent to:
  168.                    for Dos client:   blackp@med.umich.edu
  169.             or for Windows client: leighton@med.umich.edu
  170.       both can answer questions, etc. if you can't reach the other...
  171.   and more information can be retrieved about gopher itself by anonymous
  172.             ftp from:    boombox.micro.umn.edu
  173.   or using gopher, connect to the default host ( U of Mich ) and enter
  174.   the About Gopher directory.  Then read the protocol.text.if.you.must entry
  175.   for very detailed information about how gopher itself works.
  176.  
  177.   New updates are usually unannounced, but located at:
  178.                 lennon.itn.med.umich.edu   in dos/gopher
  179.